home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™ 1987-1994 / MacHack™ '93 / Papers '93 / Macintosh as Internet Server ƒ / inetd / talkd / talkd.r < prev    next >
Encoding:
Text File  |  1993-03-16  |  925 b   |  38 lines  |  [TEXT/MPS ]

  1. //---------------------------------------------------------------------
  2. //
  3. //    Copyright © 1992 David Peterson.
  4. //    All rights reserved.
  5. //
  6. //    Permission to use, copy, modify, and distribute this software for
  7. //    any purpose and without fee is hereby granted, provided that the
  8. //    above copyright notice appear in all copies and that both that
  9. //    copyright notice and this permission notice appear in supporting
  10. //    documentation.
  11. //
  12. //---------------------------------------------------------------------
  13.  
  14. #include "types.r"
  15.  
  16. resource 'SIZE' (-1) {
  17.     reserved,
  18.     acceptSuspendResumeEvents,
  19.     reserved,
  20.     canBackground,
  21.     notMultiFinderAware,
  22.     onlyBackground,
  23.     dontGetFrontClicks,
  24.     ignoreChildDiedEvents,
  25.     not32BitCompatible,
  26.     isHighLevelEventAware,
  27.     localAndRemoteHLEvents,
  28.     notStationeryAware,
  29.     dontUseTextEditServices,
  30.     reserved,
  31.     reserved,
  32.     reserved,
  33.     100 * 1024,
  34.     100 * 1024
  35. };
  36.  
  37. include $$Shell("SourceDir")"inetd:Version.rsrc";
  38.